func go/types.isUnsigned

2 uses

	go/types (current package)
		expr.go#L195: 		if isUnsigned(x.typ) {
		predicates.go#L26: func isUnsigned(t Type) bool       { return isBasic(t, IsUnsigned) }